home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3n / rpc.z / rpc
Encoding:
Text File  |  1998-10-20  |  46.0 KB  |  462 lines

  1.  
  2.  
  3.  
  4. rrrrppppcccc((((3333NNNN))))                                                                rrrrppppcccc((((3333NNNN))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      _rrrr_pppp_cccc - library routines for remote procedure calls
  10.  
  11. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  12.      RPC routines allow C language programs to make procedure calls on other
  13.      machines across a network.  First, the client calls a procedure to send a
  14.      data packet to the server.  On receipt of the packet, the server calls a
  15.      dispatch routine to perform the requested service, and then sends back a
  16.      reply.
  17.  
  18.      The following sections describe data objects use by the RPC package.
  19.  
  20.    NNNNeeeettttttttyyyyppppeeee
  21.      Some of the high-level RPC interface routines take a _n_e_t_t_y_p_e string as
  22.      one of the parameters [for example, _cccc_llll_nnnn_tttt______cccc_rrrr_eeee_aaaa_tttt_eeee, _ssss_vvvv_cccc______cccc_rrrr_eeee_aaaa_tttt_eeee, _rrrr_pppp_cccc______rrrr_eeee_gggg,
  23.      _rrrr_pppp_cccc______cccc_aaaa_llll_llll].  This string defines a class of transports which can be used
  24.      for a particular application.  The transports are tried in left to right
  25.      order in the _NNNN_EEEE_TTTT_PPPP_AAAA_TTTT_HHHH variable or in top to down order in the
  26.      _////_eeee_tttt_cccc_////_nnnn_eeee_tttt_cccc_oooo_nnnn_ffff_iiii_gggg file.
  27.  
  28.      _n_e_t_t_y_p_e can be one of the following:
  29.  
  30.      _nnnn_eeee_tttt_pppp_aaaa_tttt_hhhh   Choose from the transports which have been indicated by their
  31.                token names in the _NNNN_EEEE_TTTT_PPPP_AAAA_TTTT_HHHH variable.  If _NNNN_EEEE_TTTT_PPPP_AAAA_TTTT_HHHH is unset or
  32.                _NNNN_UUUU_LLLL_LLLL, it defaults to _vvvv_iiii_ssss_iiii_bbbb_llll_eeee.  _nnnn_eeee_tttt_pppp_aaaa_tttt_hhhh is the default _n_e_t_t_y_p_e.
  33.  
  34.      _vvvv_iiii_ssss_iiii_bbbb_llll_eeee   Choose the transports which have the visible flag (_vvvv) set in
  35.                the _////_eeee_tttt_cccc_////_nnnn_eeee_tttt_cccc_oooo_nnnn_ffff_iiii_gggg file.
  36.  
  37.      _cccc_iiii_rrrr_cccc_uuuu_iiii_tttt______vvvv This is same as _vvvv_iiii_ssss_iiii_bbbb_llll_eeee except that it chooses only the
  38.                connection oriented transports from the entries in
  39.                _////_eeee_tttt_cccc_////_nnnn_eeee_tttt_cccc_oooo_nnnn_ffff_iiii_gggg file.
  40.  
  41.      _dddd_aaaa_tttt_aaaa_gggg_rrrr_aaaa_mmmm______vvvv
  42.                This is same as _vvvv_iiii_ssss_iiii_bbbb_llll_eeee except that it chooses only the
  43.                connectionless datagram transports from the entries in
  44.                _////_eeee_tttt_cccc_////_nnnn_eeee_tttt_cccc_oooo_nnnn_ffff_iiii_gggg file.
  45.  
  46.      _cccc_iiii_rrrr_cccc_uuuu_iiii_tttt______nnnn This is same as _nnnn_eeee_tttt_pppp_aaaa_tttt_hhhh except that it chooses only the
  47.                connection oriented datagram transports
  48.  
  49.      _dddd_aaaa_tttt_aaaa_gggg_rrrr_aaaa_mmmm______nnnn
  50.                This is same as _nnnn_eeee_tttt_pppp_aaaa_tttt_hhhh except that it chooses only the
  51.                connectionless datagram transports.
  52.  
  53.      _uuuu_dddd_pppp       It refers to Internet UDP.
  54.  
  55.      _tttt_cccc_pppp       It refers to Internet TCP.
  56.  
  57.      _rrrr_aaaa_wwww       This is for memory based RPC, mainly for performance
  58.                evaluation.
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. rrrrppppcccc((((3333NNNN))))                                                                rrrrppppcccc((((3333NNNN))))
  71.  
  72.  
  73.  
  74.      If _n_e_t_t_y_p_e is _NNNN_UUUU_LLLL_LLLL, it defaults to _nnnn_eeee_tttt_pppp_aaaa_tttt_hhhh.
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. rrrrppppcccc((((3333NNNN))))                                                                rrrrppppcccc((((3333NNNN))))
  137.  
  138.  
  139.  
  140.    DDDDaaaattttaaaa SSSSttttrrrruuuuccccttttuuuurrrreeeessss
  141.      Some of the data structures used by the RPC package are shown below.
  142.  
  143.    TTTThhhheeee AAAAUUUUTTTTHHHH SSSSttttrrrruuuuccccttttuuuurrrreeee
  144.      _uuuu_nnnn_iiii_oooo_nnnn _dddd_eeee_ssss______bbbb_llll_oooo_cccc_kkkk _{{{{
  145.          _ssss_tttt_rrrr_uuuu_cccc_tttt _{{{{
  146.              _uuuu______iiii_nnnn_tttt_3333_2222 _hhhh_iiii_gggg_hhhh_;;;;
  147.              _uuuu______iiii_nnnn_tttt_3333_2222 _llll_oooo_wwww_;;;;
  148.          _}}}} _kkkk_eeee_yyyy_;;;;
  149.          _cccc_hhhh_aaaa_rrrr _cccc_[[[[_8888_]]]]_;;;;
  150.      _}}}}_;;;;
  151.      _tttt_yyyy_pppp_eeee_dddd_eeee_ffff _uuuu_nnnn_iiii_oooo_nnnn _dddd_eeee_ssss______bbbb_llll_oooo_cccc_kkkk _dddd_eeee_ssss______bbbb_llll_oooo_cccc_kkkk_;;;;
  152.      _eeee_xxxx_tttt_eeee_rrrr_nnnn _bbbb_oooo_oooo_llll______tttt _xxxx_dddd_rrrr______dddd_eeee_ssss______bbbb_llll_oooo_cccc_kkkk_((((_))))_;;;;
  153.  
  154.      _////_****
  155.       _**** _AAAA_uuuu_tttt_hhhh_eeee_nnnn_tttt_iiii_cccc_aaaa_tttt_iiii_oooo_nnnn _iiii_nnnn_ffff_oooo_.... _OOOO_pppp_aaaa_qqqq_uuuu_eeee _tttt_oooo _cccc_llll_iiii_eeee_nnnn_tttt_....
  156.       _****_////
  157.      _ssss_tttt_rrrr_uuuu_cccc_tttt _oooo_pppp_aaaa_qqqq_uuuu_eeee______aaaa_uuuu_tttt_hhhh _{{{{
  158.          _eeee_nnnn_uuuu_mmmm______tttt  _oooo_aaaa______ffff_llll_aaaa_vvvv_oooo_rrrr_;;;;  _////_**** _ffff_llll_aaaa_vvvv_oooo_rrrr _oooo_ffff _aaaa_uuuu_tttt_hhhh _****_////
  159.          _cccc_aaaa_dddd_dddd_rrrr______tttt _oooo_aaaa______bbbb_aaaa_ssss_eeee_;;;;    _////_**** _aaaa_dddd_dddd_rrrr_eeee_ssss_ssss _oooo_ffff _mmmm_oooo_rrrr_eeee _aaaa_uuuu_tttt_hhhh _ssss_tttt_uuuu_ffff_ffff _****_////
  160.          _uuuu______iiii_nnnn_tttt   _oooo_aaaa______llll_eeee_nnnn_gggg_tttt_hhhh_;;;;  _////_**** _nnnn_oooo_tttt _tttt_oooo _eeee_xxxx_cccc_eeee_eeee_dddd _MMMM_AAAA_XXXX______AAAA_UUUU_TTTT_HHHH______BBBB_YYYY_TTTT_EEEE_SSSS _****_////
  161.      _}}}}_;;;;
  162.  
  163.      _////_****
  164.       _**** _AAAA_uuuu_tttt_hhhh _hhhh_aaaa_nnnn_dddd_llll_eeee_,,,, _iiii_nnnn_tttt_eeee_rrrr_ffff_aaaa_cccc_eeee _tttt_oooo _cccc_llll_iiii_eeee_nnnn_tttt _ssss_iiii_dddd_eeee _aaaa_uuuu_tttt_hhhh_eeee_nnnn_tttt_iiii_cccc_aaaa_tttt_oooo_rrrr_ssss_....
  165.       _****_////
  166.      _tttt_yyyy_pppp_eeee_dddd_eeee_ffff _ssss_tttt_rrrr_uuuu_cccc_tttt _{{{{
  167.          _ssss_tttt_rrrr_uuuu_cccc_tttt  _oooo_pppp_aaaa_qqqq_uuuu_eeee______aaaa_uuuu_tttt_hhhh  _aaaa_hhhh______cccc_rrrr_eeee_dddd_;;;;
  168.          _ssss_tttt_rrrr_uuuu_cccc_tttt  _oooo_pppp_aaaa_qqqq_uuuu_eeee______aaaa_uuuu_tttt_hhhh  _aaaa_hhhh______vvvv_eeee_rrrr_ffff_;;;;
  169.          _uuuu_nnnn_iiii_oooo_nnnn   _dddd_eeee_ssss______bbbb_llll_oooo_cccc_kkkk    _aaaa_hhhh______kkkk_eeee_yyyy_;;;;
  170.          _ssss_tttt_rrrr_uuuu_cccc_tttt _aaaa_uuuu_tttt_hhhh______oooo_pppp_ssss _{{{{
  171.              _vvvv_oooo_iiii_dddd   _((((_****_aaaa_hhhh______nnnn_eeee_xxxx_tttt_vvvv_eeee_rrrr_ffff_))))_((((_))))_;;;;
  172.              _iiii_nnnn_tttt    _((((_****_aaaa_hhhh______mmmm_aaaa_rrrr_ssss_hhhh_aaaa_llll_))))_((((_))))_;;;;  _////_**** _nnnn_eeee_xxxx_tttt_vvvv_eeee_rrrr_ffff _&&&& _ssss_eeee_rrrr_iiii_aaaa_llll_iiii_zzzz_eeee _****_////
  173.              _iiii_nnnn_tttt    _((((_****_aaaa_hhhh______vvvv_aaaa_llll_iiii_dddd_aaaa_tttt_eeee_))))_((((_))))_;;;; _////_**** _vvvv_aaaa_llll_iiii_dddd_aaaa_tttt_eeee _vvvv_eeee_rrrr_iiii_ffff_iiii_eeee_rrrr _****_////
  174.              _iiii_nnnn_tttt    _((((_****_aaaa_hhhh______rrrr_eeee_ffff_rrrr_eeee_ssss_hhhh_))))_((((_))))_;;;;  _////_**** _rrrr_eeee_ffff_rrrr_eeee_ssss_hhhh _cccc_rrrr_eeee_dddd_eeee_nnnn_tttt_iiii_aaaa_llll_ssss _****_////
  175.              _vvvv_oooo_iiii_dddd   _((((_****_aaaa_hhhh______dddd_eeee_ssss_tttt_rrrr_oooo_yyyy_))))_((((_))))_;;;;  _////_**** _dddd_eeee_ssss_tttt_rrrr_oooo_yyyy _tttt_hhhh_iiii_ssss _ssss_tttt_rrrr_uuuu_cccc_tttt_uuuu_rrrr_eeee _****_////
  176.          _}}}} _****_aaaa_hhhh______oooo_pppp_ssss_;;;;
  177.          _cccc_aaaa_dddd_dddd_rrrr______tttt _aaaa_hhhh______pppp_rrrr_iiii_vvvv_aaaa_tttt_eeee_;;;;
  178.      _}}}} _AAAA_UUUU_TTTT_HHHH_;;;;
  179.  
  180.    TTTThhhheeee CCCCLLLLIIIIEEEENNNNTTTT SSSSttttrrrruuuuccccttttuuuurrrreeee
  181.      _////_****
  182.       _**** _CCCC_llll_iiii_eeee_nnnn_tttt _rrrr_pppp_cccc _hhhh_aaaa_nnnn_dddd_llll_eeee_....
  183.       _**** _CCCC_rrrr_eeee_aaaa_tttt_eeee_dddd _bbbb_yyyy _iiii_nnnn_dddd_iiii_vvvv_iiii_dddd_uuuu_aaaa_llll _iiii_mmmm_pppp_llll_eeee_mmmm_eeee_nnnn_tttt_aaaa_tttt_iiii_oooo_nnnn_ssss
  184.       _**** _CCCC_llll_iiii_eeee_nnnn_tttt _iiii_ssss _rrrr_eeee_ssss_pppp_oooo_nnnn_ssss_iiii_bbbb_llll_eeee _ffff_oooo_rrrr _iiii_nnnn_iiii_tttt_iiii_aaaa_llll_iiii_zzzz_iiii_nnnn_gggg _aaaa_uuuu_tttt_hhhh_,,,, _ssss_eeee_eeee _eeee_...._gggg_.... _aaaa_uuuu_tttt_hhhh______nnnn_oooo_nnnn_eeee_...._cccc_....
  185.       _****_////
  186.      _tttt_yyyy_pppp_eeee_dddd_eeee_ffff _ssss_tttt_rrrr_uuuu_cccc_tttt _{{{{
  187.          _AAAA_UUUU_TTTT_HHHH           _****_cccc_llll______aaaa_uuuu_tttt_hhhh_;;;;             _////_**** _aaaa_uuuu_tttt_hhhh_eeee_nnnn_tttt_iiii_cccc_aaaa_tttt_oooo_rrrr _****_////
  188.          _ssss_tttt_rrrr_uuuu_cccc_tttt _cccc_llll_nnnn_tttt______oooo_pppp_ssss _{{{{
  189.              _eeee_nnnn_uuuu_mmmm _cccc_llll_nnnn_tttt______ssss_tttt_aaaa_tttt  _((((_****_cccc_llll______cccc_aaaa_llll_llll_))))_((((_))))_;;;;    _////_**** _cccc_aaaa_llll_llll _rrrr_eeee_mmmm_oooo_tttt_eeee _pppp_rrrr_oooo_cccc_eeee_dddd_uuuu_rrrr_eeee _****_////
  190.              _vvvv_oooo_iiii_dddd            _((((_****_cccc_llll______aaaa_bbbb_oooo_rrrr_tttt_))))_((((_))))_;;;;   _////_**** _aaaa_bbbb_oooo_rrrr_tttt _aaaa _cccc_aaaa_llll_llll _****_////
  191.              _vvvv_oooo_iiii_dddd            _((((_****_cccc_llll______gggg_eeee_tttt_eeee_rrrr_rrrr_))))_((((_))))_;;;;  _////_**** _gggg_eeee_tttt _ssss_pppp_eeee_cccc_iiii_ffff_iiii_cccc _eeee_rrrr_rrrr_oooo_rrrr _cccc_oooo_dddd_eeee _****_////
  192.  
  193.  
  194.  
  195.                                                                         PPPPaaaaggggeeee 3333
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202. rrrrppppcccc((((3333NNNN))))                                                                rrrrppppcccc((((3333NNNN))))
  203.  
  204.  
  205.  
  206.              _bbbb_oooo_oooo_llll______tttt          _((((_****_cccc_llll______ffff_rrrr_eeee_eeee_rrrr_eeee_ssss_))))_((((_))))_;;;; _////_**** _ffff_rrrr_eeee_eeee_ssss _rrrr_eeee_ssss_uuuu_llll_tttt_ssss _****_////
  207.              _vvvv_oooo_iiii_dddd            _((((_****_cccc_llll______dddd_eeee_ssss_tttt_rrrr_oooo_yyyy_))))_((((_))))_;;;; _////_**** _dddd_eeee_ssss_tttt_rrrr_oooo_yyyy _tttt_hhhh_iiii_ssss _ssss_tttt_rrrr_uuuu_cccc_tttt_uuuu_rrrr_eeee _****_////
  208.              _bbbb_oooo_oooo_llll______tttt          _((((_****_cccc_llll______cccc_oooo_nnnn_tttt_rrrr_oooo_llll_))))_((((_))))_;;;; _////_**** _tttt_hhhh_eeee _iiii_oooo_cccc_tttt_llll_((((_)))) _oooo_ffff _rrrr_pppp_cccc _****_////
  209.          _}}}} _****_cccc_llll______oooo_pppp_ssss_;;;;
  210.          _cccc_aaaa_dddd_dddd_rrrr______tttt         _cccc_llll______pppp_rrrr_iiii_vvvv_aaaa_tttt_eeee_;;;;          _////_**** _pppp_rrrr_iiii_vvvv_aaaa_tttt_eeee _ssss_tttt_uuuu_ffff_ffff _****_////
  211.          _cccc_hhhh_aaaa_rrrr            _****_cccc_llll______nnnn_eeee_tttt_iiii_dddd_;;;;           _////_**** _nnnn_eeee_tttt_wwww_oooo_rrrr_kkkk _tttt_oooo_kkkk_eeee_nnnn _****_////
  212.          _cccc_hhhh_aaaa_rrrr            _****_cccc_llll______tttt_pppp_;;;;              _////_**** _dddd_eeee_vvvv_iiii_cccc_eeee _nnnn_aaaa_mmmm_eeee _****_////
  213.      _}}}} _CCCC_LLLL_IIII_EEEE_NNNN_TTTT_;;;;
  214.  
  215.    TTTThhhheeee SSSSVVVVCCCCXXXXPPPPRRRRTTTT SSSSttttrrrruuuuccccttttuuuurrrreeee
  216.      _eeee_nnnn_uuuu_mmmm _xxxx_pppp_rrrr_tttt______ssss_tttt_aaaa_tttt _{{{{
  217.          _XXXX_PPPP_RRRR_TTTT______DDDD_IIII_EEEE_DDDD_,,,,
  218.          _XXXX_PPPP_RRRR_TTTT______MMMM_OOOO_RRRR_EEEE_RRRR_EEEE_QQQQ_SSSS_,,,,
  219.          _XXXX_PPPP_RRRR_TTTT______IIII_DDDD_LLLL_EEEE
  220.      _}}}}_;;;;
  221.  
  222.      _////_****
  223.       _**** _SSSS_eeee_rrrr_vvvv_eeee_rrrr _ssss_iiii_dddd_eeee _tttt_rrrr_aaaa_nnnn_ssss_pppp_oooo_rrrr_tttt _hhhh_aaaa_nnnn_dddd_llll_eeee
  224.       _****_////
  225.      _tttt_yyyy_pppp_eeee_dddd_eeee_ffff _ssss_tttt_rrrr_uuuu_cccc_tttt _{{{{
  226.          _iiii_nnnn_tttt                 _xxxx_pppp______ffff_dddd_;;;;
  227.      _####_dddd_eeee_ffff_iiii_nnnn_eeee _xxxx_pppp______ssss_oooo_cccc_kkkk         _xxxx_pppp______ffff_dddd
  228.      _####_eeee_nnnn_dddd_iiii_ffff
  229.          _uuuu______ssss_hhhh_oooo_rrrr_tttt             _xxxx_pppp______pppp_oooo_rrrr_tttt_;;;;         _////_**** _aaaa_ssss_ssss_oooo_cccc_iiii_aaaa_tttt_eeee_dddd _pppp_oooo_rrrr_tttt _nnnn_uuuu_mmmm_bbbb_eeee_rrrr_....
  230.                                                _**** _OOOO_bbbb_ssss_oooo_llll_eeee_tttt_eeee_,,,, _bbbb_uuuu_tttt _ssss_tttt_iiii_llll_llll _uuuu_ssss_eeee_dddd _tttt_oooo
  231.                                                _**** _ssss_pppp_eeee_cccc_iiii_ffff_yyyy _wwww_hhhh_eeee_tttt_hhhh_eeee_rrrr _rrrr_eeee_nnnn_dddd_eeee_zzzz_vvvv_oooo_uuuu_ssss_eeee_rrrr
  232.                                                _**** _oooo_rrrr _nnnn_oooo_rrrr_mmmm_aaaa_llll _cccc_oooo_nnnn_nnnn_eeee_cccc_tttt_iiii_oooo_nnnn
  233.                                                _****_////
  234.          _ssss_tttt_rrrr_uuuu_cccc_tttt _xxxx_pppp______oooo_pppp_ssss _{{{{
  235.              _bbbb_oooo_oooo_llll______tttt         _((((_****_xxxx_pppp______rrrr_eeee_cccc_vvvv_))))_((((_))))_;;;;     _////_**** _rrrr_eeee_cccc_eeee_iiii_vvvv_eeee _iiii_nnnn_cccc_oooo_mmmm_iiii_nnnn_gggg _rrrr_eeee_qqqq_uuuu_eeee_ssss_tttt_ssss _****_////
  236.              _eeee_nnnn_uuuu_mmmm _xxxx_pppp_rrrr_tttt______ssss_tttt_aaaa_tttt _((((_****_xxxx_pppp______ssss_tttt_aaaa_tttt_))))_((((_))))_;;;;     _////_**** _gggg_eeee_tttt _tttt_rrrr_aaaa_nnnn_ssss_pppp_oooo_rrrr_tttt _ssss_tttt_aaaa_tttt_uuuu_ssss _****_////
  237.              _bbbb_oooo_oooo_llll______tttt         _((((_****_xxxx_pppp______gggg_eeee_tttt_aaaa_rrrr_gggg_ssss_))))_((((_))))_;;;;  _////_**** _gggg_eeee_tttt _aaaa_rrrr_gggg_uuuu_mmmm_eeee_nnnn_tttt_ssss _****_////
  238.              _bbbb_oooo_oooo_llll______tttt         _((((_****_xxxx_pppp______rrrr_eeee_pppp_llll_yyyy_))))_((((_))))_;;;;    _////_**** _ssss_eeee_nnnn_dddd _rrrr_eeee_pppp_llll_yyyy _****_////
  239.              _bbbb_oooo_oooo_llll______tttt         _((((_****_xxxx_pppp______ffff_rrrr_eeee_eeee_aaaa_rrrr_gggg_ssss_))))_((((_))))_;;;; _////_**** _ffff_rrrr_eeee_eeee _mmmm_eeee_mmmm _aaaa_llll_llll_oooo_cccc_aaaa_tttt_eeee_dddd _ffff_oooo_rrrr _aaaa_rrrr_gggg_ssss _****_////
  240.              _vvvv_oooo_iiii_dddd           _((((_****_xxxx_pppp______dddd_eeee_ssss_tttt_rrrr_oooo_yyyy_))))_((((_))))_;;;;  _////_**** _dddd_eeee_ssss_tttt_rrrr_oooo_yyyy _tttt_hhhh_iiii_ssss _ssss_tttt_rrrr_uuuu_cccc_tttt _****_////
  241.          _}}}} _****_xxxx_pppp______oooo_pppp_ssss_;;;;
  242.          _iiii_nnnn_tttt         _xxxx_pppp______aaaa_dddd_dddd_rrrr_llll_eeee_nnnn_;;;;              _////_**** _llll_eeee_nnnn_gggg_tttt_hhhh _oooo_ffff _rrrr_eeee_mmmm_oooo_tttt_eeee _aaaa_dddd_dddd_rrrr_.... _OOOO_bbbb_ssss_oooo_llll_eeee_tttt_eeee _****_////
  243.          _cccc_hhhh_aaaa_rrrr        _****_xxxx_pppp______tttt_pppp_;;;;                  _////_**** _tttt_rrrr_aaaa_nnnn_ssss_pppp_oooo_rrrr_tttt _pppp_rrrr_oooo_vvvv_iiii_dddd_eeee_rrrr _dddd_eeee_vvvv_iiii_cccc_eeee _nnnn_aaaa_mmmm_eeee _****_////
  244.          _cccc_hhhh_aaaa_rrrr        _****_xxxx_pppp______nnnn_eeee_tttt_iiii_dddd_;;;;               _////_**** _nnnn_eeee_tttt_wwww_oooo_rrrr_kkkk _tttt_oooo_kkkk_eeee_nnnn _****_////
  245.          _ssss_tttt_rrrr_uuuu_cccc_tttt _nnnn_eeee_tttt_bbbb_uuuu_ffff       _xxxx_pppp______llll_tttt_aaaa_dddd_dddd_rrrr_;;;;       _////_**** _llll_oooo_cccc_aaaa_llll _tttt_rrrr_aaaa_nnnn_ssss_pppp_oooo_rrrr_tttt _aaaa_dddd_dddd_rrrr_eeee_ssss_ssss _****_////
  246.          _ssss_tttt_rrrr_uuuu_cccc_tttt _nnnn_eeee_tttt_bbbb_uuuu_ffff       _xxxx_pppp______rrrr_tttt_aaaa_dddd_dddd_rrrr_;;;;       _////_**** _rrrr_eeee_mmmm_oooo_tttt_eeee _tttt_rrrr_aaaa_nnnn_ssss_pppp_oooo_rrrr_tttt _aaaa_dddd_dddd_rrrr_eeee_ssss_ssss _****_////
  247.          _cccc_hhhh_aaaa_rrrr                _xxxx_pppp______rrrr_aaaa_dddd_dddd_rrrr_[[[[_1111_6666_]]]]_;;;;    _////_**** _rrrr_eeee_mmmm_oooo_tttt_eeee _aaaa_dddd_dddd_rrrr_eeee_ssss_ssss_.... _OOOO_bbbb_ssss_oooo_llll_eeee_tttt_eeee _****_////
  248.          _ssss_tttt_rrrr_uuuu_cccc_tttt _oooo_pppp_aaaa_qqqq_uuuu_eeee______aaaa_uuuu_tttt_hhhh _xxxx_pppp______vvvv_eeee_rrrr_ffff_;;;;          _////_**** _rrrr_aaaa_wwww _rrrr_eeee_ssss_pppp_oooo_nnnn_ssss_eeee _vvvv_eeee_rrrr_iiii_ffff_iiii_eeee_rrrr _****_////
  249.          _cccc_aaaa_dddd_dddd_rrrr______tttt             _xxxx_pppp______pppp_1111_;;;;           _////_**** _pppp_rrrr_iiii_vvvv_aaaa_tttt_eeee_:::: _ffff_oooo_rrrr _uuuu_ssss_eeee _bbbb_yyyy _ssss_vvvv_cccc _oooo_pppp_ssss _****_////
  250.          _cccc_aaaa_dddd_dddd_rrrr______tttt             _xxxx_pppp______pppp_2222_;;;;           _////_**** _pppp_rrrr_iiii_vvvv_aaaa_tttt_eeee_:::: _ffff_oooo_rrrr _uuuu_ssss_eeee _bbbb_yyyy _ssss_vvvv_cccc _oooo_pppp_ssss _****_////
  251.          _cccc_aaaa_dddd_dddd_rrrr______tttt             _xxxx_pppp______pppp_3333_;;;;           _////_**** _pppp_rrrr_iiii_vvvv_aaaa_tttt_eeee_:::: _ffff_oooo_rrrr _uuuu_ssss_eeee _bbbb_yyyy _ssss_vvvv_cccc _llll_iiii_bbbb _****_////
  252.      _}}}} _SSSS_VVVV_CCCC_XXXX_PPPP_RRRR_TTTT_;;;;
  253.  
  254.    TTTThhhheeee XXXXDDDDRRRR SSSSttttrrrruuuuccccttttuuuurrrreeee
  255.      _////_****
  256.       _**** _XXXX_dddd_rrrr _oooo_pppp_eeee_rrrr_aaaa_tttt_iiii_oooo_nnnn_ssss_....  _XXXX_DDDD_RRRR______EEEE_NNNN_CCCC_OOOO_DDDD_EEEE _cccc_aaaa_uuuu_ssss_eeee_ssss _tttt_hhhh_eeee _tttt_yyyy_pppp_eeee _tttt_oooo _bbbb_eeee _eeee_nnnn_cccc_oooo_dddd_eeee_dddd _iiii_nnnn_tttt_oooo _tttt_hhhh_eeee
  257.       _**** _ssss_tttt_rrrr_eeee_aaaa_mmmm_....  _XXXX_DDDD_RRRR______DDDD_EEEE_CCCC_OOOO_DDDD_EEEE _cccc_aaaa_uuuu_ssss_eeee_ssss _tttt_hhhh_eeee _tttt_yyyy_pppp_eeee _tttt_oooo _bbbb_eeee _eeee_xxxx_tttt_rrrr_aaaa_cccc_tttt_eeee_dddd _ffff_rrrr_oooo_mmmm _tttt_hhhh_eeee _ssss_tttt_rrrr_eeee_aaaa_mmmm_....
  258.  
  259.  
  260.                                                                         PPPPaaaaggggeeee 4444
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267. rrrrppppcccc((((3333NNNN))))                                                                rrrrppppcccc((((3333NNNN))))
  268.  
  269.  
  270.  
  271.       _**** _XXXX_DDDD_RRRR______FFFF_RRRR_EEEE_EEEE _cccc_aaaa_nnnn _bbbb_eeee _uuuu_ssss_eeee_dddd _tttt_oooo _rrrr_eeee_llll_eeee_aaaa_ssss_eeee _tttt_hhhh_eeee _ssss_pppp_aaaa_cccc_eeee _aaaa_llll_llll_oooo_cccc_aaaa_tttt_eeee_dddd _bbbb_yyyy _aaaa_nnnn _XXXX_DDDD_RRRR______DDDD_EEEE_CCCC_OOOO_DDDD_EEEE
  272.       _**** _rrrr_eeee_qqqq_uuuu_eeee_ssss_tttt_....
  273.       _****_////
  274.      _eeee_nnnn_uuuu_mmmm _xxxx_dddd_rrrr______oooo_pppp _{{{{
  275.          _XXXX_DDDD_RRRR______EEEE_NNNN_CCCC_OOOO_DDDD_EEEE_====_0000_,,,,
  276.          _XXXX_DDDD_RRRR______DDDD_EEEE_CCCC_OOOO_DDDD_EEEE_====_1111_,,,,
  277.          _XXXX_DDDD_RRRR______FFFF_RRRR_EEEE_EEEE_====_2222
  278.      _}}}}_;;;;
  279.  
  280.      _////_****
  281.       _**** _TTTT_hhhh_iiii_ssss _iiii_ssss _tttt_hhhh_eeee _nnnn_uuuu_mmmm_bbbb_eeee_rrrr _oooo_ffff _bbbb_yyyy_tttt_eeee_ssss _pppp_eeee_rrrr _uuuu_nnnn_iiii_tttt _oooo_ffff _eeee_xxxx_tttt_eeee_rrrr_nnnn_aaaa_llll _dddd_aaaa_tttt_aaaa_....
  282.       _****_////
  283.      _####_dddd_eeee_ffff_iiii_nnnn_eeee _BBBB_YYYY_TTTT_EEEE_SSSS______PPPP_EEEE_RRRR______XXXX_DDDD_RRRR______UUUU_NNNN_IIII_TTTT    _((((_4444_))))
  284.      _####_dddd_eeee_ffff_iiii_nnnn_eeee _RRRR_NNNN_DDDD_UUUU_PPPP_((((_xxxx_))))  _((((_((((_((((_((((_xxxx_)))) _++++ _BBBB_YYYY_TTTT_EEEE_SSSS______PPPP_EEEE_RRRR______XXXX_DDDD_RRRR______UUUU_NNNN_IIII_TTTT _---- _1111_)))) _//// _BBBB_YYYY_TTTT_EEEE_SSSS______PPPP_EEEE_RRRR______XXXX_DDDD_RRRR______UUUU_NNNN_IIII_TTTT_)))) _\\\\
  285.                  _**** _BBBB_YYYY_TTTT_EEEE_SSSS______PPPP_EEEE_RRRR______XXXX_DDDD_RRRR______UUUU_NNNN_IIII_TTTT_))))
  286.  
  287.      _////_****
  288.       _**** _AAAA _xxxx_dddd_rrrr_pppp_rrrr_oooo_cccc______tttt _eeee_xxxx_iiii_ssss_tttt_ssss _ffff_oooo_rrrr _eeee_aaaa_cccc_hhhh _dddd_aaaa_tttt_aaaa _tttt_yyyy_pppp_eeee _wwww_hhhh_iiii_cccc_hhhh _iiii_ssss _tttt_oooo _bbbb_eeee _eeee_nnnn_cccc_oooo_dddd_eeee_dddd _oooo_rrrr _dddd_eeee_cccc_oooo_dddd_eeee_dddd_....
  289.       _****
  290.       _**** _TTTT_hhhh_eeee _ssss_eeee_cccc_oooo_nnnn_dddd _aaaa_rrrr_gggg_uuuu_mmmm_eeee_nnnn_tttt _tttt_oooo _tttt_hhhh_eeee _xxxx_dddd_rrrr_pppp_rrrr_oooo_cccc______tttt _iiii_ssss _aaaa _pppp_oooo_iiii_nnnn_tttt_eeee_rrrr _tttt_oooo _aaaa_nnnn _oooo_pppp_aaaa_qqqq_uuuu_eeee _pppp_oooo_iiii_nnnn_tttt_eeee_rrrr_....
  291.       _**** _TTTT_hhhh_eeee _oooo_pppp_aaaa_qqqq_uuuu_eeee _pppp_oooo_iiii_nnnn_tttt_eeee_rrrr _gggg_eeee_nnnn_eeee_rrrr_aaaa_llll_llll_yyyy _pppp_oooo_iiii_nnnn_tttt_ssss _tttt_oooo _aaaa _ssss_tttt_rrrr_uuuu_cccc_tttt_uuuu_rrrr_eeee _oooo_ffff _tttt_hhhh_eeee _dddd_aaaa_tttt_aaaa _tttt_yyyy_pppp_eeee
  292.       _**** _tttt_oooo _bbbb_eeee _dddd_eeee_cccc_oooo_dddd_eeee_dddd_....  _IIII_ffff _tttt_hhhh_iiii_ssss _pppp_oooo_iiii_nnnn_tttt_eeee_rrrr _iiii_ssss _0000_,,,, _tttt_hhhh_eeee_nnnn _tttt_hhhh_eeee _tttt_yyyy_pppp_eeee _rrrr_oooo_uuuu_tttt_iiii_nnnn_eeee_ssss _ssss_hhhh_oooo_uuuu_llll_dddd
  293.       _**** _aaaa_llll_llll_oooo_cccc_aaaa_tttt_eeee _dddd_yyyy_nnnn_aaaa_mmmm_iiii_cccc _ssss_tttt_oooo_rrrr_aaaa_gggg_eeee _oooo_ffff _tttt_hhhh_eeee _aaaa_pppp_pppp_rrrr_oooo_pppp_rrrr_iiii_aaaa_tttt_eeee _ssss_iiii_zzzz_eeee _aaaa_nnnn_dddd _rrrr_eeee_tttt_uuuu_rrrr_nnnn _iiii_tttt_....
  294.       _**** _bbbb_oooo_oooo_llll______tttt _((((_****_xxxx_dddd_rrrr_pppp_rrrr_oooo_cccc______tttt_))))_((((_XXXX_DDDD_RRRR _****_,,,, _cccc_aaaa_dddd_dddd_rrrr______tttt _****_))))_;;;;
  295.       _****_////
  296.      _tttt_yyyy_pppp_eeee_dddd_eeee_ffff   _bbbb_oooo_oooo_llll______tttt _((((_****_xxxx_dddd_rrrr_pppp_rrrr_oooo_cccc______tttt_))))_((((_))))_;;;;
  297.  
  298.      _////_****
  299.       _**** _TTTT_hhhh_eeee _XXXX_DDDD_RRRR _hhhh_aaaa_nnnn_dddd_llll_eeee_....
  300.       _**** _CCCC_oooo_nnnn_tttt_aaaa_iiii_nnnn_ssss _oooo_pppp_eeee_rrrr_aaaa_tttt_iiii_oooo_nnnn _wwww_hhhh_iiii_cccc_hhhh _iiii_ssss _bbbb_eeee_iiii_nnnn_gggg _aaaa_pppp_pppp_llll_iiii_eeee_dddd _tttt_oooo _tttt_hhhh_eeee _ssss_tttt_rrrr_eeee_aaaa_mmmm_,,,,
  301.       _**** _aaaa_nnnn _oooo_pppp_eeee_rrrr_aaaa_tttt_iiii_oooo_nnnn_ssss _vvvv_eeee_cccc_tttt_oooo_rrrr _ffff_oooo_rrrr _tttt_hhhh_eeee _pppp_aaaa_rrrr_tttt_iiii_cccc_uuuu_llll_aaaa_rrrr _iiii_mmmm_pppp_llll_eeee_mmmm_eeee_nnnn_tttt_aaaa_tttt_iiii_oooo_nnnn _((((_ffff_oooo_rrrr _eeee_xxxx_aaaa_mmmm_pppp_llll_eeee_,,,,
  302.       _**** _ssss_eeee_eeee _xxxx_dddd_rrrr______mmmm_eeee_mmmm_...._cccc_))))_,,,, _aaaa_nnnn_dddd _tttt_wwww_oooo _pppp_rrrr_iiii_vvvv_aaaa_tttt_eeee _ffff_iiii_eeee_llll_dddd_ssss _ffff_oooo_rrrr _tttt_hhhh_eeee _uuuu_ssss_eeee _oooo_ffff _tttt_hhhh_eeee
  303.       _**** _pppp_aaaa_rrrr_tttt_iiii_cccc_uuuu_llll_aaaa_rrrr _iiii_mmmm_pppp_llll_eeee_mmmm_eeee_nnnn_tttt_aaaa_tttt_iiii_oooo_nnnn_....
  304.       _****_////
  305.      _tttt_yyyy_pppp_eeee_dddd_eeee_ffff _ssss_tttt_rrrr_uuuu_cccc_tttt _{{{{
  306.          _eeee_nnnn_uuuu_mmmm _xxxx_dddd_rrrr______oooo_pppp _xxxx______oooo_pppp_;;;;            _////_**** _oooo_pppp_eeee_rrrr_aaaa_tttt_iiii_oooo_nnnn_;;;; _ffff_aaaa_ssss_tttt _aaaa_dddd_dddd_iiii_tttt_iiii_oooo_nnnn_aaaa_llll _pppp_aaaa_rrrr_aaaa_mmmm _****_////
  307.          _ssss_tttt_rrrr_uuuu_cccc_tttt _xxxx_dddd_rrrr______oooo_pppp_ssss _{{{{
  308.              _bbbb_oooo_oooo_llll______tttt  _((((_****_xxxx______gggg_eeee_tttt_llll_oooo_nnnn_gggg_))))_((((_))))_;;;;  _////_**** _gggg_eeee_tttt _aaaa _llll_oooo_nnnn_gggg _ffff_rrrr_oooo_mmmm _uuuu_nnnn_dddd_eeee_rrrr_llll_yyyy_iiii_nnnn_gggg _ssss_tttt_rrrr_eeee_aaaa_mmmm _****_////
  309.              _bbbb_oooo_oooo_llll______tttt  _((((_****_xxxx______pppp_uuuu_tttt_llll_oooo_nnnn_gggg_))))_((((_))))_;;;;  _////_**** _pppp_uuuu_tttt _aaaa _llll_oooo_nnnn_gggg _tttt_oooo _"""" _****_////
  310.              _bbbb_oooo_oooo_llll______tttt  _((((_****_xxxx______gggg_eeee_tttt_bbbb_yyyy_tttt_eeee_ssss_))))_((((_))))_;;;; _////_**** _gggg_eeee_tttt _ssss_oooo_mmmm_eeee _bbbb_yyyy_tttt_eeee_ssss _ffff_rrrr_oooo_mmmm _"""" _****_////
  311.              _bbbb_oooo_oooo_llll______tttt  _((((_****_xxxx______pppp_uuuu_tttt_bbbb_yyyy_tttt_eeee_ssss_))))_((((_))))_;;;; _////_**** _pppp_uuuu_tttt _ssss_oooo_mmmm_eeee _bbbb_yyyy_tttt_eeee_ssss _tttt_oooo _"""" _****_////
  312.              _uuuu______iiii_nnnn_tttt   _((((_****_xxxx______gggg_eeee_tttt_pppp_oooo_ssss_tttt_nnnn_))))_((((_))))_;;;; _////_**** _rrrr_eeee_tttt_uuuu_rrrr_nnnn_ssss _bbbb_yyyy_tttt_eeee_ssss _oooo_ffff_ffff _ffff_rrrr_oooo_mmmm _bbbb_eeee_gggg_iiii_nnnn_nnnn_iiii_nnnn_gggg _****_////
  313.              _bbbb_oooo_oooo_llll______tttt  _((((_****_xxxx______ssss_eeee_tttt_pppp_oooo_ssss_tttt_nnnn_))))_((((_))))_;;;; _////_**** _llll_eeee_tttt_ssss _yyyy_oooo_uuuu _rrrr_eeee_pppp_oooo_ssss_iiii_tttt_iiii_oooo_nnnn _tttt_hhhh_eeee _ssss_tttt_rrrr_eeee_aaaa_mmmm _****_////
  314.              _llll_oooo_nnnn_gggg _****  _((((_****_xxxx______iiii_nnnn_llll_iiii_nnnn_eeee_))))_((((_))))_;;;;   _////_**** _bbbb_uuuu_ffff _qqqq_uuuu_iiii_cccc_kkkk _pppp_tttt_rrrr _tttt_oooo _bbbb_uuuu_ffff_ffff_eeee_rrrr_eeee_dddd _dddd_aaaa_tttt_aaaa _****_////
  315.              _vvvv_oooo_iiii_dddd    _((((_****_xxxx______dddd_eeee_ssss_tttt_rrrr_oooo_yyyy_))))_((((_))))_;;;;  _////_**** _ffff_rrrr_eeee_eeee _pppp_rrrr_iiii_vvvv_aaaa_tttt_eeee_ssss _oooo_ffff _tttt_hhhh_iiii_ssss _xxxx_dddd_rrrr______ssss_tttt_rrrr_eeee_aaaa_mmmm _****_////
  316.          _}}}} _****_xxxx______oooo_pppp_ssss_;;;;
  317.          _cccc_aaaa_dddd_dddd_rrrr______tttt     _xxxx______pppp_uuuu_bbbb_llll_iiii_cccc_;;;;        _////_**** _uuuu_ssss_eeee_rrrr_ssss_'''' _dddd_aaaa_tttt_aaaa _****_////
  318.          _cccc_aaaa_dddd_dddd_rrrr______tttt     _xxxx______pppp_rrrr_iiii_vvvv_aaaa_tttt_eeee_;;;;       _////_**** _pppp_oooo_iiii_nnnn_tttt_eeee_rrrr _tttt_oooo _pppp_rrrr_iiii_vvvv_aaaa_tttt_eeee _dddd_aaaa_tttt_aaaa _****_////
  319.          _cccc_aaaa_dddd_dddd_rrrr______tttt     _xxxx______bbbb_aaaa_ssss_eeee_;;;;          _////_**** _pppp_rrrr_iiii_vvvv_aaaa_tttt_eeee _uuuu_ssss_eeee_dddd _ffff_oooo_rrrr _pppp_oooo_ssss_iiii_tttt_iiii_oooo_nnnn _iiii_nnnn_ffff_oooo _****_////
  320.          _iiii_nnnn_tttt         _xxxx______hhhh_aaaa_nnnn_dddd_yyyy_;;;;         _////_**** _eeee_xxxx_tttt_rrrr_aaaa _pppp_rrrr_iiii_vvvv_aaaa_tttt_eeee _wwww_oooo_rrrr_dddd _****_////
  321.      _}}}} _XXXX_DDDD_RRRR_;;;;
  322.  
  323.  
  324.  
  325.  
  326.                                                                         PPPPaaaaggggeeee 5555
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333. rrrrppppcccc((((3333NNNN))))                                                                rrrrppppcccc((((3333NNNN))))
  334.  
  335.  
  336.  
  337.    IIIInnnnddddeeeexxxx ttttoooo RRRRoooouuuuttttiiiinnnneeeessss
  338.      The following table lists RPC routines and the manual reference pages on
  339.      which they are described:  c c lf4 lf4.  RPC Routine    Manual Page _
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.                                                                         PPPPaaaaggggeeee 6666
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.      auth_destroy   rpc_clnt_auth(3N) authdes_getucred    secure_rpc(3N)
  404.      authdes_seccreate   secure_rpc(3N) authnone_create     rpc_clnt_auth(3N)
  405.      authsys_create rpc_clnt_auth(3N)
  406.      authsys_create_default   rpc_clnt_auth(3N) clnt_call rpc_clnt_calls(3N)
  407.      clnt_control   rpc_clnt_create(3N) clnt_create    rpc_clnt_create(3N)
  408.      clnt_destroy   rpc_clnt_create(3N) clnt_dg_create rpc_clnt_create(3N)
  409.      clnt_freeres   rpc_clnt_calls(3N) clnt_geterr    rpc_clnt_calls(3N)
  410.      clnt_pcreateerror   rpc_clnt_create(3N) clnt_perrno    rpc_clnt_calls(3N)
  411.      clnt_perror    rpc_clnt_calls(3N) clnt_raw_create     rpc_clnt_create(3N)
  412.      clnt_spcreateerror  rpc_clnt_create(3N) clnt_sperrno   rpc_clnt_calls(3N)
  413.      clnt_sperror   rpc_clnt_calls(3N) clnt_tli_create     rpc_clnt_create(3N)
  414.      clnt_tp_create rpc_clnt_create(3N) clnt_vc_create rpc_clnt_create(3N)
  415.      getnetname     secure_rpc(3N) host2netname   secure_rpc(3N)
  416.      key_decryptsession  secure_rpc(3N) key_encryptsession  secure_rpc(3N)
  417.      key_gendes     secure_rpc(3N) key_setsecret  secure_rpc(3N)
  418.      netname2host   secure_rpc(3N) netname2user   secure_rpc(3N)
  419.      rpc_broadcast  rpc_clnt_calls(3N) rpc_call  rpc_clnt_calls(3N)
  420.      rpc_reg   rpc_svc_calls(3N) svc_create     rpc_svc_create(3N)
  421.      svc_destroy    rpc_svc_create(3N) svc_dg_create  rpc_svc_create(3N)
  422.      svc_fd_create  rpc_svc_create(3N) svc_freeargs   rpc_svc_reg(3N)
  423.      svc_getargs    rpc_svc_reg(3N) svc_getreqset  rpc_svc_reg(3N)
  424.      svc_getrpccaller    rpc_svc_reg(3N) svc_raw_create rpc_svc_create(3N)
  425.      svc_reg   rpc_svc_calls(3N) svc_run   rpc_svc_reg(3N)
  426.      svc_sendreply  rpc_svc_reg(3N) svc_tli_create rpc_svc_create(3N)
  427.      svc_tp_create  rpc_svc_create(3N) svc_unreg rpc_svc_calls(3N)
  428.      svc_vc_create  rpc_svc_create(3N) svcerr_auth    rpc_svc_err(3N)
  429.      svcerr_decode  rpc_svc_err(3N) svcerr_noproc  rpc_svc_err(3N)
  430.      svcerr_noprog  rpc_svc_err(3N) svcerr_progvers     rpc_svc_err(3N)
  431.      svcerr_systemerr    rpc_svc_err(3N) svcerr_weakauth     rpc_svc_err(3N)
  432.      user2netname   secure_rpc(3N) xdr_accepted_reply  rpc_xdr(3N)
  433.      xdr_authsys_parms   rpc_xdr(3N) xdr_callhdr    rpc_xdr(3N)
  434.      xdr_callmsg    rpc_xdr(3N) xdr_opaque_auth     rpc_xdr(3N)
  435.      xdr_rejected_reply  rpc_xdr(3N) xdr_replymsg   rpc_xdr(3N)
  436.      xprt_register  rpc_svc_calls(3N) xprt_unregister     rpc_svc_calls(3N)
  437.  
  438. FFFFIIIILLLLEEEESSSS
  439.      _////_eeee_tttt_cccc_////_nnnn_eeee_tttt_cccc_oooo_nnnn_ffff_iiii_gggg
  440.  
  441. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  442.      _eeee_nnnn_vvvv_iiii_rrrr_oooo_nnnn(5), _gggg_eeee_tttt_nnnn_eeee_tttt_cccc_oooo_nnnn_ffff_iiii_gggg(3N), _gggg_eeee_tttt_nnnn_eeee_tttt_pppp_aaaa_tttt_hhhh(3N), _rrrr_pppp_cccc______cccc_llll_nnnn_tttt______aaaa_uuuu_tttt_hhhh(3N),
  443.      _rrrr_pppp_cccc______cccc_llll_nnnn_tttt______cccc_aaaa_llll_llll_ssss(3N), _rrrr_pppp_cccc______cccc_llll_nnnn_tttt______cccc_rrrr_eeee_aaaa_tttt_eeee(3N), _rrrr_pppp_cccc______ssss_vvvv_cccc______cccc_aaaa_llll_llll_ssss(3N),
  444.      _rrrr_pppp_cccc______ssss_vvvv_cccc______cccc_rrrr_eeee_aaaa_tttt_eeee(3N), _rrrr_pppp_cccc______ssss_vvvv_cccc______eeee_rrrr_rrrr(3N), _rrrr_pppp_cccc______ssss_vvvv_cccc______rrrr_eeee_gggg(3N), _rrrr_pppp_cccc______xxxx_dddd_rrrr(3N),
  445.      _rrrr_pppp_cccc_bbbb_iiii_nnnn_dddd(3N), _ssss_eeee_cccc_uuuu_rrrr_eeee______rrrr_pppp_cccc(3N), _xxxx_dddd_rrrr(3N), _nnnn_eeee_tttt_cccc_oooo_nnnn_ffff_iiii_gggg(4)
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.                                                                         PPPPaaaaggggeeee 7777
  459.  
  460.  
  461.  
  462.